div,
p {
  box-sizing: border-box;
}

div,
p,
span,
li,
a,
td {
  font-family: "Microsoft Yahei";
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container {
    width: 90%;
  }
}

.w100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

@media (max-width: 767px) {
  .d-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=common.css.map */